home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / MakeWrite / MakeWrite.π.rsrc / MakeWrite.π.rsrc.rsrc / TEXT_1000.txt < prev    next >
Encoding:
Text File  |  1994-02-26  |  2.7 KB  |  86 lines

  1. MakeWrite
  2.  
  3. MakeWrite is a Macintosh application that converts text files containing imbedded formatting information into MacWrite 4.5 documents. The commands may be arbitrary strings chosen by the user, and can be used to specify font, point size and type style information.
  4.  
  5. A brief summary of menu operations:
  6.  
  7. File Menu
  8.  
  9. New Map
  10. Clears the current map.
  11.  
  12. Open Map‚Ķ
  13. Clears the current map and replaces it with the contents of a map file.  The file becomes the current map file.
  14.  
  15. Add Map‚Ķ
  16. Adds the contents of a map file to the current map.  Lines that duplicate existing map lines are not added.
  17.  
  18. Save Map
  19. Saves the map to the current map file.
  20.  
  21. Save Map As‚Ķ
  22. Asks for a file name and save the map to that file.  The file becomes the current map file.
  23.  
  24. Close
  25. This is only active when a desk accessory or information display window is in front.  It closes the window.
  26.  
  27. Text->Write…
  28. Generates MacWrite document from text file, using the current formatting specifications.
  29.  
  30. Quit
  31. Exits MakeWrite.
  32.  
  33.  
  34. Edit Menu
  35.  
  36. The Edit menu is only active when the map window or a desk accessory window is frontmost.  If an accessory is frontmost, only the standard items are enabled.  If the map window is frontmost, other items may be enabled.
  37.  
  38. Cut, Copy, Paste and Clear operate either on the editable marker or on map lines, depending on the settings of the cut and paste indicators in the lower left of the map window.  New and Duplicate operate on entire lines.  All except Copy are undoable.  (Undo also applies to changes made to the currently selected line with the controls in the map window.)  Cut, Copy and Paste affect the clipboard in the usual way.
  39.  
  40. New
  41. Adds a new line to end of map.
  42.  
  43. Duplicate
  44. Duplicates the selected line and inserts duplicate immediately following.
  45.  
  46. Sort
  47. Orders the map.  "Same" always sorts last.
  48.  
  49. Squish
  50. Eliminates duplicate map lines.
  51.  
  52.  
  53. Special Menu
  54.  
  55. Standard Fonts
  56. Replaces list of available fonts with standard Apple fonts, or adds them to current list.
  57.  
  58. System File Fonts
  59. Replaces list of available fonts with fonts in System file, or adds fonts to current list.
  60.  
  61. Paragraph Style‚Ķ
  62. Presents a dialog allowing specification of paragraph initiators and control of line joining behavior.
  63.  
  64. Find Conflicts
  65. Finds conflicts between markers.  A conflict occurs when one marker is a prefix of another.
  66.  
  67. Get Info
  68. Displays this window.
  69.  
  70. ----------
  71.  
  72. MakeWrite is a TransSkel/TransDisplay application written in THINK C.  It is public domain and may be circulated freely without restriction.  Comments may be sent to the author at:
  73.  
  74.       Paul DuBois
  75.       Wisconsin Regional Primate Research Center
  76.       1220 Capitol Court
  77.       Madison, WI  53715-1299  USA
  78.  
  79. Internet: dubois@primate.wisc.edu
  80.  
  81. THINK C is a trademark of:
  82.  
  83.             Symantec Corporation
  84.             10201 Torre Avenue
  85.             Cupertino, CA 95014  USA
  86.